func runtime.setVMAName
8 uses
runtime (current package)
mem_linux.go#L34: setVMAName(p, n, vmaName)
mem_linux.go#L76: setVMAName(p, n, "unused")
mem_linux.go#L85: setVMAName(p, n, "unused")
mem_linux.go#L98: setVMAName(p, n, "used")
mem_linux.go#L168: setVMAName(p, n, vmaName)
mem_linux.go#L181: setVMAName(p, n, vmaName)
set_vma_name_linux.go#L22: func setVMAName(start unsafe.Pointer, length uintptr, name string) {
vgetrandom_linux.go#L59: setVMAName(p, allocSize, "getrandom states")
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |